home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Fight / sabermania.swf / scripts / DefineButton2_1020 / BUTTONCONDACTION on(release).as
Text File  |  2006-05-08  |  99b  |  6 lines

  1. on(release){
  2.    _root.skill = _root.sskill;
  3.    gotoAndStop("gotolasertraining");
  4.    play();
  5. }
  6.